RichTextKit v0.4

Slice<T>.Replace Method

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit.Utils
Declaring Type: Slice<T>

Replace all instances of a value with another

public void Replace(T replace, T with);

Parameters

T replace

The value to replace

T with

The replacement value